home *** CD-ROM | disk | FTP | other *** search
- rem %1 == disc directory
- if exist %cdrom%%1\00_index.txt goto ok
- echo no such file: %cdrom%%1\00_index.txt >> logfile
- goto end
- :ok
- if exist %output%\dir%2 goto bad
- goto ok2
- :bad
- echo duplicate output file: %output%\dir%2 >> logfile
- goto end
- :ok2
- type %cdrom%\_bbs\pcbtool\header1 > %output%\dir%2
- %cdrom%\_bbs\get_area other 0 %1 < %cdrom%\_bbs\dirs.txt >> %output%\dir%2
- echo path: %1 >> %output%\dir%2
- type %cdrom%\_bbs\pcbtool\header2 >> %output%\dir%2
-
- rem %cdrom%
- \_bbs\c %in_type% pcb %cdrom%%1 %output%\dir%2
- :end
-
-
-